DioDocs for PDF
WriteRange<T>(T[],Int32,Int32) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DataStream クラス > WriteRange メソッド : WriteRange<T>(T[],Int32,Int32) メソッド
The type of the values to be written to the stream.
An array of values to be written to the stream.
The zero-based offset in data at which to begin copying values to the current stream.
The number of values to be written to the current stream. If this is zero, all of the contents data will be written.
Writes an array of values to the current stream, and advances the current position within this stream by the number of bytes written.
シンタックス
'宣言
 
Public Overloads Sub WriteRange(Of T As {New, Struct})( _
   ByVal data() As T, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) 
public void WriteRange<T>( 
   T[] data,
   System.int offset,
   System.int count
)
where T: new(), struct

パラメータ

data
An array of values to be written to the stream.
offset
The zero-based offset in data at which to begin copying values to the current stream.
count
The number of values to be written to the current stream. If this is zero, all of the contents data will be written.

型パラメータ

T
The type of the values to be written to the stream.
例外
例外解説
This stream does not support writing.
解説
In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
参照

DataStream クラス
DataStream メンバ
オーバーロード一覧